home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #5 / Software USA Volume 5.05.iso / mac / Children / Bugs Bannis / Fantasoft.sea / Realmz 6.0.3 / Divinity DEMO / Divinity DEMO Data / Bag of Holding (DEMO).rsrc / TEXT_257.txt < prev    next >
Text File  |  1999-03-17  |  3KB  |  50 lines

  1. Monster Macro Example:
  2.  
  3. Here is a step by step example of how to set up a monster macro that would turn a creature to stone, trapping the attackers weapon inside the monster and then have it explode into a fireball.  WOW!  Minus the acid for blood bit these guys are every bit as dangerous as the ALIEN...
  4.  
  5. 1) Open the "Monster Editor" and click on the "Monster Macro" button.
  6. 2)  Script the Code / ID Listing as follows
  7.                         
  8.                                         Code                 ID
  9. 1:         122             E-Code ID
  10. 2:           17             E-Code ID 
  11. 3:                               
  12. 4:           
  13. 5:           
  14. 6:           
  15. 7:           
  16. 8:           
  17.  
  18. Script 1:  Code 122 will cause the attacker to fumble their weapon.  In effect this removes the weapon from the attacker.
  19.  
  20. For E-Codes you would use:
  21. Item 1              Item 2              Item 3              Item 4              Item 5
  22.     1                       600                     0                         0                        0
  23.  
  24. Item 1:      1 =  String ID to display on fumble.  Just put a string there that 
  25.                    explains the creature just turned to stone and trapped your
  26.                    weapon inside its body.   Oh Poop!
  27. Item 2:      600 =  Sound ID to  play (if any).
  28. Item 3:      Not used in this case.
  29. Item 4:      Not used in this case.
  30. Item 5:      Not used in this case.
  31.  
  32.  
  33. Script 2:  Code 17 cast a spell centered on the creature that just died.  In this case we will cast a level 7 fireball to represent the creature exploding in a hellstorm of flame and gore.
  34.  
  35. For E-Codes you would use:
  36. Item 1              Item 2              Item 3              Item 4              Item 5
  37.   1306                    7                       0                         1                        0
  38.  
  39. Item 1:      1306 =  Spell ID to cast. In this case Spell 1306  = Fireball.
  40. Item 2:      7 =  Power level of spell.
  41. Item 3:      + / - to Save.  In this case we will not modify any characters
  42.                                                                          chance to DRVs the spell.
  43. Item 4:      1 = No chance to save.  We will make each character take full
  44.                                                                             damage from this explosion.  Why?  Because we feel extra nasty.
  45. Item 5:         Not used in this case.
  46.  
  47.  
  48. Finishing Up: After you have completed the above script, just place the Macro ID into the field "Monster Macro" in the monster editor and it will be executed when the creature dies in combat.
  49.  
  50. There are a lot of things you can do when a creature dies.  How horrible and devious is up to you.  Have fun.